home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / WINSYS.PAK / PCH.H < prev    next >
Text File  |  1997-05-06  |  1KB  |  39 lines

  1. //----------------------------------------------------------------------------
  2. // Borland WinSys Library
  3. // Copyright (c) 1995, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   5.3  $
  6. //
  7. // Include for winsys gets common includes when precompiled headers are
  8. // enabled.
  9. //----------------------------------------------------------------------------
  10. #if defined(_WSYSPCH) && !defined(WINSYS_PCH_H)
  11. #define WINSYS_PCH_H
  12.  
  13. #if !defined(WINSYS_DEFS_H)
  14. # include <winsys/defs.h>
  15. #endif
  16. #if !defined(WINSYS_COLOR_H)
  17. # include <winsys/color.h>
  18. #endif
  19. #if !defined(WINSYS_EXBASE_H)
  20. # include <winsys/exbase.h>
  21. #endif
  22. #if !defined(WINSYS_GEOMETRY_H)
  23. # include <winsys/geometry.h>
  24. #endif
  25. #if !defined(WINSYS_LCLSTRNG_H)
  26. # include <winsys/lclstrng.h>
  27. #endif
  28. #if !defined(WINSYS_WSYSINC_H)
  29. # include <winsys/wsysinc.h>
  30. #endif
  31. #if !defined(WINSYS_STRING_H)
  32. # include <winsys/string.h>
  33. #endif
  34. #if !defined(WINSYS_WSYSCLS_H)
  35. # include <winsys/wsyscls.h>
  36. #endif
  37.  
  38. #endif  // WINSYS_PCH_H
  39.